home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2010 May / Mac Life Ubuntu.iso / casper / filesystem.squashfs / usr / src / linux-headers-2.6.28-15 / arch / h8300 / include / asm / bug.h < prev    next >
Encoding:
C/C++ Source or Header  |  2008-12-24  |  133 b   |  9 lines

  1. #ifndef _H8300_BUG_H
  2. #define _H8300_BUG_H
  3.  
  4. /* always true */
  5. #define is_valid_bugaddr(addr) (1)
  6.  
  7. #include <asm-generic/bug.h>
  8. #endif
  9.